chore(specs): make CI health a hard gate in maintenance checklist#1092
Merged
chore(specs): make CI health a hard gate in maintenance checklist#1092
Conversation
The maintenance pass (PR #1063) shipped while CI on main was red for 9 days and fuzz had 5 failures. Root causes: - Spec only required nightly/fuzz green, not CI on main - Maintain skill only checked nightly.yml and fuzz.yml, missing ci.yml - No language marking the check as a blocker that prevents merging Changes: - Rename "Nightly CI" → "CI Health", add "CI on main is green" check - Mark the section as a hard gate — pass cannot complete while red - Expand escalation policy to cover all workflows, not just nightly - Update maintain skill with concrete `gh` commands for CI on main - Add "never silently skip" instruction for the agent Ref: #1088 #1089 #1090 #1091
The Audit CI job has been failing since Mar 28 because cargo-vet could not verify fastrand:2.4.0. The exemption existed but was insufficient when cargo-vet fetched remote registry data in CI (locally it passed due to TLS certificate issues skipping remote fetches). Add an explicit audit entry and remove the redundant exemption. Fixes #1091
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ghcommands for inspecting CI on main to the maintain skillContext
The maintenance pass (PR #1063, Apr 5) shipped while:
cargo vetmissingfastrand:2.4.0cert, ci: cargo-vet failing on fastrand:2.4.0 — blocks all CI since Mar 28 #1091)Root cause: the spec and skill only checked nightly/fuzz workflows, not the main CI workflow, and had no hard-gate language preventing merge while red.
Test plan